Update soy to 2017-02-01 New release depends on safe-html-types that is released under Apache 2 license: [1]. [1] https://github.com/google/safe-html-types Change-Id: If46fcf6dd2e7ad7e2c6eac0906e5df0fa401b6cc 
diff --git a/WORKSPACE b/WORKSPACE index a74a29d..7743c5b 100644 --- a/WORKSPACE +++ b/WORKSPACE 
@@ -595,8 +595,14 @@  # Keep this version of Soy synchronized with the version used in Gitiles.  maven_jar(  name = "soy", - artifact = "com.google.template:soy:2016-08-09", - sha1 = "43d33651e95480d515fe26c10a662faafe3ad1e4", + artifact = "com.google.template:soy:2017-02-01", + sha1 = "8638940b207779fe3b75e55b6e65abbefb6af678", +) + +maven_jar( + name = "html_types", + artifact = "com.google.common.html.types:types:1.0.4", + sha1 = "2adf4c8bfccc0ff7346f9186ac5aa57d829ad065",  )    maven_jar( 
diff --git a/lib/BUILD b/lib/BUILD index fe1933c..c2148bf 100644 --- a/lib/BUILD +++ b/lib/BUILD 
@@ -264,6 +264,7 @@  ":args4j",  ":gson",  ":guava", + ":html-types",  ":icu4j",  ":jsr305",  ":protobuf", @@ -279,6 +280,13 @@  )    java_library( + name = "html-types", + data = ["//lib:LICENSE-Apache2.0"], + visibility = ["//visibility:public"], + exports = ["@html_types//jar"], +) + +java_library(  name = "icu4j",  data = ["//lib:LICENSE-icu4j"],  visibility = ["//visibility:public"],